li标签设置display:inline-block后产生的间距 我们在使用给li标签添加diaplay:inline-block属性后,li标签并排显示后之间会产生3px的间距。 <style> ...